From 44ceb477b0459cf9df2a19269636f2ee45d94e3b Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:41:10 -0600 Subject: [PATCH] update macos release to Qt 6.5.3 (#1284) --- .github/workflows/macos.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 23b05ca83..25cfb7d89 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,21 +23,21 @@ jobs: GENERATOR: 'Ninja' RELEASE: false os: macos-12 - - QT_VERSION: '6.2.4' - XCODE_VERSION: '14.3.1' - GENERATOR: 'Xcode' - RELEASE: false - os: macos-13 - QT_VERSION: '6.2.4' XCODE_VERSION: '14.3.1' GENERATOR: 'Ninja' - RELEASE: true + RELEASE: false os: macos-13 - QT_VERSION: '6.5.3' - XCODE_VERSION: '15.3' - GENERATOR: 'Ninja' + XCODE_VERSION: '15.4' + GENERATOR: 'Xcode' RELEASE: false os: macos-14 + - QT_VERSION: '6.5.3' + XCODE_VERSION: '15.4' + GENERATOR: 'Ninja' + RELEASE: true + os: macos-14 steps: - name: Checkout repository -- 2.30.2